Prev Next |
Below is a scheme of a sample setup for a group of 2-5 developers working on a single Sitecore Project.
Development Server includes:
-
Sitecore installation.
-
Database.
- Source Control System (repository).
Developer’s Workstation includes:
-
Sitecore Installation.
-
Visual Studio installation.
- Source Control System.
All the software of the Developer Server (SQL Server, Source Control System) may also be installed on separate servers, which would increase the reliability of the whole system.
The SQL Server may be substituted with any databases supported by Sitecore, for instance, Firebird or Oracle.
We will consider two cases below. The first one describes a simple single developer working cycle. The second one describes a more complex working process with multiple developers involved.
The scheme can be simplified if there is just one developer working
This section describes a working cycle of a team consisting of more than one developer
Rules given in this chapter are really simple; nevertheless, you should always keep them in mind
After the development stage is complete, all the content and the source code are transferred to the QA server, where the code review and testing are performed
Prev Next